home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1468 / demo.bas < prev    next >
BASIC Source File  |  1995-12-24  |  273b  |  14 lines

  1. Attribute VB_Name = "basDemo"
  2. Option Explicit
  3.  
  4.  
  5. Global Const gnALIGN_LEFT = 0
  6. Global Const gnALIGN_RIGHT = 1
  7. Global Const gnCENTER = 2
  8.  
  9. Global Const gnAUTOSIZE_CONTAINER_TO_LCD = 0
  10. Global Const gnAUTOSIZE_LCD_TO_CONTAINER = 1
  11. Global Const gnAUTOSIZE_OFF = 2
  12.  
  13.  
  14.